home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 0237 / setup.iss < prev    next >
INI File  |  1997-03-26  |  534b  |  40 lines

  1. [InstallSHIELD Silent]
  2. Version=v3.00.00
  3. File=Response File
  4.  
  5. [DlgOrder]
  6. Dlg0=Welcome-0
  7. Dlg1=SdLicense-0
  8. Dlg2=AskDestPath-0
  9. Dlg3=SdSetupType-0
  10. Dlg4=SdSelectFolder-0
  11. Dlg5=SdStartCopy-0
  12. Dlg6=SdFinish-0
  13. Count=7
  14.  
  15. [Welcome-0]
  16. Result=1
  17.  
  18. [SdLicense-0]
  19. Result=1
  20.  
  21. [AskDestPath-0]
  22. szPath=<ProgramFilesDir>\gw4win
  23. Result=1
  24.  
  25. [SdSetupType-0]
  26. Result=301
  27. szDir=<ProgramFilesDir>\gw4win
  28.  
  29. [SdSelectFolder-0]
  30. Result=1
  31. szFolder=God's Word For Windows
  32.  
  33. [SdStartCopy-0]
  34. Result=1
  35.  
  36. [SdFinish-0]
  37. Result=1
  38. bOpt1=0
  39. bOpt2=0
  40.